home *** CD-ROM | disk | FTP | other *** search
/ Aminet 32 / Aminet 32 (1999)(Schatztruhe)[!][Aug 1999].iso / GoldED / Add-Ons / envWWW27 / Install_d.bat < prev    next >
DOS Batch File  |  1999-07-06  |  793b  |  24 lines

  1. ; install new presets
  2.  
  3. INSTALL PRESET="presets/html.syntax"
  4. INSTALL PRESET="presets/html.api"
  5.  
  6. ; create new menu/toolbar (based on the menu/toolbar currently used for editing text)
  7.  
  8. INSTALL PRESET="presets/d/html.menu"    MERGEMENU    "anytext" MERGEMENUPOS=1
  9. INSTALL PRESET="presets/d/html.gadgets" MERGEGADGETS "anytext"
  10.  
  11. ; modify standard toolbar
  12.  
  13. INSTALL PRESET="presets/standard.gadgets" MERGEGADGETS "anytext" REPLACE NODUPES
  14.  
  15. ; create new context menu (based on context menu currently used for standard text)
  16.  
  17. INSTALL PRESET="presets/d/html.mouse" MERGECONTEXT "anytext"
  18.  
  19. ; install new filetype
  20.  
  21. FILETYPE ADD="(#?.html|#?.htm)" DUP="anytext.html" PRI=127 PRESETS "html.syntax" "html.menu" "html.gadgets" "html.api" "html.mouse"
  22.  
  23. INFO MSG="Installation complete, please RESTART GoldED."
  24.